<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* @font-face {
    font-family: 'Helvetica Condensed'; 
    src:url("../Fonts/HelveticaCondensed.woff");
    src: url('../Fonts/HelveticaCondensed.eot') format('embedded-opentype'),
       url('../Fonts/HelveticaCondensed.ttf') format('truetype'),
       url('../Fonts/HelveticaCondensed.woff')  format('woff'),
} */
/* @font-face {
    font-family: 'Helvetica Condensed'; 
    src:url("http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.woff");
    src: url('http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.eot') format('embedded-opentype'),
       url('http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.ttf') format('truetype'),
       url('http://www.hongbull.com/DEMO/Fonts/HelveticaCondensed.woff')  format('woff'),
} */


html {
    /* font-size: 85px; */
}

body {
    background: #fff;
    margin: 0;
    /* 中文 */
    font-family: '微软雅黑', '宋体', 'simsun', 'sans-serif';
   
    /* 英文 */
    /* font-family: 'Helvetica Condensed', 'Arial', 'simsun', 'sans-serif'; */
    width: 100%;
    position: relative;
}

div,
dl,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
pre,
form,
fieldset,

textarea,
blockquote {
    display: block;
    position: relative;    
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    display: block;
    position: relative; 
    padding: 0;
    margin: 0;   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}


a {
    color: #444;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #007d9d;
    text-decoration: none;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #757575;
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #757575;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #757575;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #757575;
}

button,
input {
    outline: none;
    border: none;
}
.Show {
    display: block!important;
}
  
.Hide {
    display: none!important;
}

.ClearBoth {
    clear: both;
}
.FLeft{
    float: left;
}
.FRight{
    float: right;
}
.img1{
    width: 100%;
    height: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}


.table-bordered {
  border: 1px solid #ddd;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
tr:first-child &gt; td, .table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; th {
  border-top: 0;
}
.table th {
  font-weight: normal;
  color: #27AE60;
}
.table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
  border-bottom-width: 2px;
}
.table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
  border: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
th {
  text-align: left;
}

.hm{unicode-bidi: bidi-override;direction: rtl;}



/*-----大屏电脑1920------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:1440px) {
    html {
        /* font-size: 100px */
    }
}

@media (max-width:1600px) {
    html {
        /* font-size: 100px */
    }
}


/* PC */

@media (min-width:600px) {
    html {
        /* font-size: 100px */
    }
    .Cen1200 {
        margin: 0 auto;
        width: 1200px;
    }
    .PC_Show {
        display: block!important;
    }
    .Mobile_Show {
        display: none!important;
    }
}


/* Mobile */

@media (max-width:600px) {
    html {
        /* font-size: 100px; */
    }
    .Cen1200 {
        margin: 0 auto;
        width: 92%;
    }
    .PC_Show {
        display: none!important;
    }
    .Mobile_Show {
        display: block!important;
    }
}</pre></body></html>